home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / invest / dskinv.exe / {app} / di.exe / 0 / RCDATA / TFULLUNDELETEFORM / TFULLUNDELETEFORM.txt
Text File  |  2003-05-02  |  2KB  |  98 lines

  1. object fullundeleteform: Tfullundeleteform
  2.   Left = 247
  3.   Top = 138
  4.   BorderStyle = bsDialog
  5.   Caption = 'Undelete'
  6.   ClientHeight = 200
  7.   ClientWidth = 359
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 208
  24.     Height = 16
  25.     Caption = 'Drive where files will be restored to:'
  26.   end
  27.   object drivecombobox: TDriveComboBox
  28.     Left = 16
  29.     Top = 33
  30.     Width = 220
  31.     Height = 22
  32.     Hint = 'Select the drive to clean'
  33.     TabOrder = 0
  34.   end
  35.   object cancelbutton: TButton
  36.     Left = 264
  37.     Top = 152
  38.     Width = 75
  39.     Height = 33
  40.     Caption = '&Cancel'
  41.     TabOrder = 1
  42.     OnClick = cancelbuttonClick
  43.   end
  44.   object startbutton: TButton
  45.     Left = 264
  46.     Top = 24
  47.     Width = 75
  48.     Height = 33
  49.     Caption = '&Start'
  50.     Default = True
  51.     TabOrder = 2
  52.     OnClick = startbuttonClick
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 16
  56.     Top = 72
  57.     Width = 217
  58.     Height = 113
  59.     BevelOuter = bvLowered
  60.     TabOrder = 3
  61.     object Label2: TLabel
  62.       Left = 16
  63.       Top = 16
  64.       Width = 182
  65.       Height = 16
  66.       Caption = 'The drive where files are to be '
  67.     end
  68.     object Label3: TLabel
  69.       Left = 16
  70.       Top = 32
  71.       Width = 179
  72.       Height = 16
  73.       Caption = 'restored should be different to '
  74.     end
  75.     object Label4: TLabel
  76.       Left = 16
  77.       Top = 48
  78.       Width = 185
  79.       Height = 16
  80.       Caption = 'the source drive (so that data to'
  81.     end
  82.     object Label5: TLabel
  83.       Left = 16
  84.       Top = 64
  85.       Width = 182
  86.       Height = 16
  87.       Caption = 'be recovered is not overwritten'
  88.     end
  89.     object Label6: TLabel
  90.       Left = 16
  91.       Top = 80
  92.       Width = 102
  93.       Height = 16
  94.       Caption = 'by restored files).'
  95.     end
  96.   end
  97. end
  98.